sorting steps meaning in English
整理步骤
Examples
- For an empty table , this approach is significantly faster than creating the clustered index after importing the data , as it eliminates the sorting step
对于空表,此方法明显快于导入数据后再创建聚集索引,因为它不需要执行排序。 - To minimize blocking , you can specify a smaller batch size and use the order hint to eliminate the sorting step during the bulk import operation
为了尽可能减少阻塞,可以指定较小的批大小,并使用order提示去掉大容量导入操作中的排序步骤。